home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / Total-Chaos.Form < prev    next >
Text File  |  1994-05-12  |  210b  |  29 lines

  1. Total-Chaos
  2. {
  3.     {
  4.         x1=-1.0
  5.         x2= 50.0
  6.         y1=-26.0
  7.         y2= 26.0
  8.     }
  9.     {
  10.         c=pixel
  11.         z=pixel
  12.     }
  13.     {
  14.         z=z*pixel
  15.         z=log(z)
  16.         z=c/z
  17.         z=z+c
  18.         w=pow(pixel,z)
  19.         r=pow(z,pixel)
  20.         w=cos(w)
  21.         r=sin(r)
  22.     }
  23.     {
  24.         w>r
  25.     }
  26.     {
  27.     }
  28. }
  29.